Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi guys,
I need to link to an internal page for which I would usually use the {localLink} method. However, I also need to pass a query string with this too.
I can just hardcode the .aspx?queryStringHere but I would rather use localLink if possible. Is there a way?
Thanks, Phil
Phil,
Why are you using {localLink} method? Can't you use umbraco.library.NiceUrl(id) instead, and append your querystring to the output of that method?
Cheers,
/Dirk
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Can you use a query string with {localLink:0000}?
Hi guys,
I need to link to an internal page for which I would usually use the {localLink} method. However, I also need to pass a query string with this too.
I can just hardcode the .aspx?queryStringHere but I would rather use localLink if possible. Is there a way?
Thanks, Phil
Phil,
Why are you using {localLink} method? Can't you use umbraco.library.NiceUrl(id) instead, and append your querystring to the output of that method?
Cheers,
/Dirk
is working on a reply...